home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000383_news@newsmaster….columbia.edu _Wed Sep 24 04:41:49 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id EAA16554
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 24 Sep 1997 04:41:45 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id EAA11848
  7.     for kermit.misc@watsun; Wed, 24 Sep 1997 04:41:44 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!ais.net!logbridge.uoregon.edu!news.bc.net!rover.ucs.ualberta.ca!alberta!not-for-mail
  9. From: Vladimir Alexiev <vladimir@cs.ualberta.ca>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Bug? SET TERM UNDERSCORE 1 ignored
  12. Date: 24 Sep 1997 02:20:36 -0600
  13. Organization: University of Alberta, Computing Science
  14. Lines: 15
  15. Message-ID: <omg1qv9l7v.fsf@tees.cs.ualberta.ca>
  16. NNTP-Posting-Host: tees.cs.ualberta.ca
  17. X-Newsreader: Gnus v5.0.15
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7711
  19.  
  20. I'm using MS Kermit 3.14 on a monochrome CGA, and I want to map the underline
  21. attribute (us) to dim, ie "gray on black" (my normal colors are, well, white
  22. on black). Although kermit accepts the flag 1 (bright) in the command
  23.   SET TERM UNDERSCORE 1,30
  24. SHOW TERM doesn't have a position for that flag, and it seems to get ignored.
  25.  
  26. In fact I'm pretty sure it gets ignored, because when I tweak my termcap with
  27. us=\E[1;30m I see the desired dim color ok. Unfortunately this makes it
  28. impossible for kermit to merge properly reverse+underline if underline is the
  29. second attribute emitted. In that case only underline is effected.
  30.  
  31. I saw no mention of a fix in the latest 3.15 (of 15 Sep).
  32.  
  33. Please CC any replies to me.
  34. Regards, Vlad